home *** CD-ROM | disk | FTP | other *** search
/ MacPeople 2001 February 15 / MACPEOPLE-2001-02-15.ISO.7z / MACPEOPLE-2001-02-15.ISO / 特別企画/アイコン / オンラインウエア / IconBuilder Pro v2.0.sit / IconBuilder Pro v2.0 / Extras for Software Developers / About AppearanceConverter.rsrc / TEXT_256.txt < prev   
Text File  |  1999-12-03  |  1KB  |  31 lines

  1.  
  2. About AppearanceConverter
  3. Version 1.0, January 1999
  4.  
  5.  
  6. This application converts an 'icns' resource into an icon suite which can be used with the Appearance Manager controls.
  7.  
  8. Here is how you get the icon created with IconBuilder into the CNTL resource:
  9.  
  10. 1) Create the icon with IconBuilder. When you save the file, the 'icns' resource is saved as resource -16455 (so it will display correctly in the Finder).
  11.  
  12. 2) Drop the icon file onto AppearanceConvertor. The 'icns' resource will be converted to an icon suite. The resource id's will remain -16455.
  13.  
  14. 3) Open the converted file with Resourcerer. Copy and paste the following resources into your application:
  15.  
  16. ICN# - the 1, 4 and 8 bit icons, both large and small
  17. il32 - the large 32-bit icon
  18. is32 - the small 32-bit icon
  19. l8mk - the large 8-bit mask
  20. s8mk - the small 8-bit mask
  21.  
  22. You'll need to renumber the resources from -16455 to the number used in the CNTL definition.
  23.  
  24. 4) Make sure that the settings for your CNTL definition are set correctly. The pop-up menu for the control parameters should be set to "Suite ID" and the value should be set to the icon resource id.
  25.  
  26. 5) When you run your application on Mac OS 8.5, the 32-bit icon resources will be used (il32, is32, l8mk and s8mk). On earlier versions of the OS, the ICN# group of resources will be used.
  27.  
  28.  
  29. Copyright ツゥ 1999, The Iconfactory. All rights reserved.
  30.  
  31.